/*----------------------------------------------------------
  Global CSS

  Project:  Surviving progress
  Author:   Cynthia
  Summary :
    Reset
    Commons website items
    Layout
    Opera Patches
    IE Patches
    Mobile
    Non-semantic helper classes
    Print
----------------------------------------------------------*/


/* ================================
 * !Reset
 * ================================*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
address { font-style: normal; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ================================
 * !Commons website items
 * ================================*/
 
@font-face {
    font-family: 'ImpactRegular';
    src: url('fonts/impact-webfont.eot');
    src: url('fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/impact-webfont.woff') format('woff'),
         url('fonts/impact-webfont.ttf') format('truetype'),
         url('fonts/impact-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
 * Heading
 */


 
 
/**
 * Content
 */
 
#main p {
	line-height: 1.5em;
	margin: 10px 0;
}


/**
 * Link
 */

#main a {
	color:#919191;
}
 
 
/* ================================
 * !Layout
 * ================================*/

/**
 * Wrapper
 */

body {
	font-size: 0.75em;
	background: #dad7ca url(img/bg.jpg) no-repeat center top;
	font-family: Arial,sans-serif;
}


		
/**
 * Header
 */
 
header {
	width: 740px;
	margin: auto;
	text-align: center;
}

	header .col1 {
		float:left;
		padding: 8px 50px 0 0;
	}
	
	header .col2 {
		display: inline-block;
		padding: 11px 0 0 0;
	}
	
		header p {
			line-height: 1em;
			margin: 0;
			font-weight: bold;
			color: #4e4d43;
		}
		
			header p span {
				font-size: 0.5em;
			}
			
			header p span.normal {
				font-size: 1em;
				font-weight: normal;
			}
			
			header p em {
				font-weight: normal;
				font-style: italic;
			}
			
		header p.directors {
			margin:  0 0 5px 0;
		}
		
		header p.producers {
			margin: 5px 0 0 0;
		}
	
	header .col3 {
		float:right;
		padding: 10px 0 0 0;
	}
	
		header .col3 li {
			display: inline-block;
			list-style: none;
		}
		
		header .col3 li:first-child {
			border-right: 1px solid #999783;
			padding: 0 6px 0 0;
			margin: 0 6px 0 0;
		}
		
			header .col3 li a {
				color: #4e4d43;
				text-transform: uppercase;
				font-weight: bold;
				text-decoration: none;
			}
			
			header .col3 li.active a {
				color: #999783;
			}
			
	header h1 {
		text-align: center;
		margin: 10px 0 14px 0;
	}
		header h1 img.tt-fr {
			margin: -10px 0 0;	
		}
	
	header .infos {
		text-align: center;
	}
	
	header nav.menu {
		font-family: ImpactRegular, Arial, sans-serif;
		margin: 24px 0 0 0;
	}
	
		header nav.menu li {
			display: inline-block;
			list-style: none;
			margin: 0 4px 0 4px;
		}
		
			header nav.menu li a {
				background: #49483f url(img/bg-menu.png) repeat-x left top;
				color: #f9f7e2;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border: 1px solid #3c3b33;
				text-shadow: 0px 1px 2px rgba(0,0,0,0.40);
				-moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.40);
				-webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.40);
				text-transform: uppercase;
				font-size: 1.4em;
				text-decoration: none;
				padding: 8px 10px;
				letter-spacing: 0.4px;
				box-shadow: 0px 1px 2px rgba(0,0,0,0.28);
				-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.28);
				-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.28);
			}
			
			header nav.menu li.active a, header nav.menu li.current-menu-item a {
				background: #ceccae url(img/bg-menu-active.png) repeat-x left top;
				border:none;
				box-shadow: 0px 1px 2px rgba(255,255,255,0.5);
				-moz-box-shadow: 0px 1px 2px rgba(255,255,255,0.5);
				-webkit-box-shadow: 0px 1px 2px rgba(255,255,255,0.5);
				color: #535247;
				text-shadow: none;
				-moz-text-shadow: none;
				-webkit-text-shadow: none;
			}
			
			header nav.menu li.blog a,
			header nav.menu li:last-child a {
	background: #c4b53e url(img/bg-menu-blog.png) repeat-x left top;
	box-shadow: 0px 1px 2px rgba(62,58,20,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(62,58,20,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(62,58,20,0.3);
	color: #9B9B9B;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border: 1px solid #837a2b;
			}
			



/**
 * Main
 */

#main {
	width: 740px;
	margin: 34px auto 24px;
	color: #33322c;
}

.accueil #main {
	position: relative;
	color: #49483F;
}

.left-building {
    background: url("img/buildinggauche.png") no-repeat scroll left top transparent;
    height: 136px;
    left: 0;
    position: absolute;
    top: 251px;
    width: 624px;
    z-index: 0;
}

.right-building {
    background: url("img/buildingdroite.png") no-repeat scroll left top transparent;
    height: 108px;
    position: absolute;
    right: 0;
    top: 269px;
    width: 289px;
    z-index: 0;
}

	#main #ba {
		background: rgba(255,253,233,0.8);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		vertical-align: middle;
		text-align: center;
		display: table-cell;		
		width: 220px;
		height: 140px;
		position: relative;
		z-index: 1;
	}
	
		#main #ba .image {
			position: relative;
			cursor: pointer;
			display: inline-block;
		}
		
			#main #ba .image img {
				width: 200px;
				height: auto;
			}
			
			#main #ba .image .play {
				background: url(img/play.png) no-repeat left top;
				position: absolute;
				width: 69px;
				height: 68px;
				top: 34px;
				left: 65px;
			}
		
		#main #ba .iframe {
			display: none;
		}
		
		#main #ba .close {
			background: url(img/btn-close.png) no-repeat left top;
			position: absolute;
			width: 82px;
			height: 81px;
			top: 0;
			right: 0;
			display: none;
			cursor: pointer;
		}
		
		#main #ba .close.up {
			background: url(img/btn-close-over.png) no-repeat -1px -2px;
		}
	
	#main #blogue {
		font-family: Verdana, Arial, sans-serif;
		background: rgba(255,253,233,0.8);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 640px;
		padding: 40px 50px;
		position: relative;
		z-index: 1;
	}
	
		#main #blogue .article {
			border-bottom:1px solid #b1b0a2;
			padding: 0 0 29px 0;
			margin: 0 0 25px 0;
		}
	
		#main #blogue a {
			text-decoration: none;
		}
			#main #blogue a:hover {
				text-decoration: underline;
			}
	
		#main #blogue .col1 {
			width: 460px;
			display: inline-block;
			padding: 3px 0 0 0;
			vertical-align: top;
		}
		
		#main #blogue .col2 {
			width: 150px;
			display: inline-block;
			padding: 3px 0 0 0;
			margin: 0 0 0 25px;
		}
		
			#main #blogue h2 {
				font-size: 1.5em;
				background: url(img/bubble.png) no-repeat right center;
				display: inline-block;
				padding:0 42px 3px 0;
				margin: 0;
			}
			
			#main #blogue .date {
				display: block;
				margin: 0 0 17px 0;
			}
			
			#main #blogue .date, #main #blogue time a  {
				font-size: 0.917em;
				text-decoration: none;
			}
			
			#main #blogue .category {
				display: block;
				margin:17px 0 0 0;
			}
			
				#main #blogue .category a {
					border-left: 2px solid #78776b;
					padding: 0 0 0 5px;
					margin: 0 0 0 2px;
				}
			
			#main #blogue .col1 .msg:before {
				content:"‹";
				color: #2d5097;
				font-size: 1.167em;
				margin-right: 4px;
			}
				
			#main #blogue .col2 h2 {
				font-size: 1.167em;
				background: none;
				padding: 0 0 12px 0;
			}
			
				#main #blogue .col2 ul {
					margin: 0;
					padding: 0;
				}
				
					#main #blogue .col2 li {
						list-style: none;
						margin: 0 0 1px 0;
					}
					
						#main #blogue .col2 li a {
							font-size: 0.917em;
						}
				
					#main #blogue .col2 li:before {
						content:"›";
						color: #2d5097;
						font-size: 1.167em;
					}
				
			

	



/**
 * Footer
 */
 
footer {
	width: 740px;
	margin: auto;
	padding: 0 0 30px 0;
	text-align: center;
}

	footer .footer-wrap {
		background: #fff url(img/bg-footer.png) repeat-x left top;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #666558;
		padding: 53px 50px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 0.917em;
		margin: 0 0 40px 0;
		text-align: left;
	}

		footer .share {
			margin: 0 7px 0 0;
			padding: 0 0 0 6px;
		}
		
			footer .share img {
				margin: 0 2px 0 0;
			}
			
		footer .follow {
			margin: 0 7px 0 0;
		}
		
			footer .follow img {
				margin: 0 0 0 2px;
			}
			
		footer .watch {
			margin: 0 7px 0 0;
		}
		
			footer .watch img {
				margin: 0 0 0 2px;
			}
			
		footer form {
			display: inline-block;
			margin: 0 0 0 12px;
		}
		
			footer form input[type="email"] {
				margin: 0 0 0 3px;
				background: #e1e0cc;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border:none;
				padding: 7px 5px 5px 5px;
				color: #666558;
				-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
				width: 166px;
			}
			
			footer form input[type="submit"] {
				background: #49483f url(img/bg-menu.png) repeat-x left top;
				color: #f9f7e2;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border: 1px solid #3c3b33;
				text-shadow: 0px 1px 2px rgba(0,0,0,0.40);
				-moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.40);
				-webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.40);
				text-decoration: none;
				padding: 6px 10px 4px 10px;
				box-shadow: 0px 1px 2px rgba(0,0,0,0.28);
				-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.28);
				-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.28);
			}
			
		footer .facebook {
			border-bottom: 1px solid #D5D4D3;
		    margin:  0 0 7px;
		    padding: 0 0 7px;
		}

	footer .footer-sales {
		overflow: hidden;
		margin: 10px 0 30px;
		color: #3C3B33;
	}
		footer .footer-sales .col1 {
			float: left;
			width: 300px;
			margin: 0 0 0 60px;
			text-align: center;
		}

		footer .footer-sales .col2 {
			float: right;
			width: 300px;
			margin: 0 60px 0 0;
			text-align: center;
		}



/* ================================
 * !Opera Patches
 * ================================*/


@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	
}


/* ================================
 * !IE Patches
 * ================================*/
 
.ie7 header .col2,
.ie7 header .col3 li,
.ie7 header nav.menu li,
.ie7 #main #ba .image,
.ie7 #main #blogue .col1,
.ie7 #main #blogue .col2,
.ie7 #main #blogue h2,
.ie7 footer form {
	display: inline;
	zoom:1;
}

.ie7 header nav.menu li a {
	float: left;
}

.ie7 header .col2 {
	float: left;
	text-align: center;
	width: 500px;
}

.ie7 #main #blogue,
.ie7 #main #ba,
.ie8 #main #blogue,
.ie8 #main #ba {
	background: url(img/bg-fond.png) repeat left top;
}
 
.ie8 footer .share {
	padding: 0;
}
 
.ie7 #main #blogue .col2 li {
	background: url(img/puce.png) no-repeat left 5px;
	padding-left: 12px;
}

.ie7 #main #blogue .col1 .msg {
	background: url(img/puce-left.png) no-repeat left 5px;
	padding-left: 12px;
}


 
 
/* ================================
 * !Mobile
 * ================================*/

/**
 * Smartphones (portrait and landscape)
 */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	.left-building, .right-building {
		display: none;
	}
	
	body {
		background-size: 1800px 1400px;
		background-position: -510px top;
	}
	
}

/**
 * Smartphones (landscape)
 */

@media only screen
and (min-width : 321px) {
	
	
	
}

/**
 * Smartphones (portrait)
 */

@media only screen
and (max-width : 640px) {
	
	
	
}

/**
 * iPads (portrait and landscape)
 */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

}

/**
 * iPads (landscape)
 */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	
	body {
		background: #dad7ca url(img/bg-ipad-1024.jpg) no-repeat center top;
	}
	
	.left-building, .right-building {
		display: none;
	}
	
}

/**
 * iPads (portrait)
 */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	
	body {
		background: #dad7ca url(img/bg-ipad-768.jpg) no-repeat center top;
	}
	
	.left-building, .right-building {
		display: none;
	}
	
}

/**
 * Desktops and laptops
 */

@media only screen
and (min-width : 1224px) {

}

/**
 * Large screens
 */

@media only screen
and (min-width : 1824px) {

}

/**
 * iPhone 4
 */

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}



/* ================================
 * !Non-semantic helper classes
 * ================================*/

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ================================
 * !Print
 * ================================*/
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
